home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / kernel / net / local.mk < prev    next >
Makefile  |  1992-12-18  |  483b  |  22 lines

  1. #
  2. # This file is included by Makefile.  Makefile is generated automatically
  3. # by mkmf, and this file provides additional local personalization.  The
  4. # variable SYSMAKEFILE is provided by Makefile;  it's a system Makefile
  5. # that must be included to set up various compilation stuff.
  6. #
  7.  
  8. NAME = net
  9.  
  10. CFLAGS += -DNET_DF_USE_UNCACHED_MEM
  11.  
  12. #
  13. # Optimization breaks the ds3100.
  14. #
  15.  
  16. #if !empty(TM:Mds3100) || !empty(TM:Mds5000)
  17. NOOPTIMIZATION    = no -O please
  18. #endif
  19.  
  20. #include    <$(SYSMAKEFILE)>
  21.  
  22.